/* CSS DOCUMENT 

name: Responsive BSG Template 1

*/

body {
    background-color: #efefef !important;
}

.container {
    background-color: #fff;
    box-shadow: 0px 0px 10px #333;
}

#header {
    
padding-bottom: 0px;
border-bottom: 3px solid #fff;
background-color: #c60000;
}

.navbar a {
    color: #fff !important;
    font-family: 'Raleway', sans-serif;
}

.navbar a:hover {
    background-color: #fff !important;
    color: #c60000 !important;
}

.navbar {
    border-radius: 0px !important;
    background-color: #c60000 !important;
    border: none !important;
    margin-bottom: 15px !important;
    font-size: 16px;
}

#panelrow {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #DDD;
}

.panel {
    border-radius: 0px !important;
    padding: 15px;
}

.panel img {
    margin-bottom: 15px;
}

.panel h2 {
    color: #333;
    font-size: 18px;
    text-align: center;
}

.panel p {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

#content {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom:20px;
}

#content-left h3 {
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    font-family: 'Raleway', sans-serif;
    color: #000;
    padding-bottom: 5px;
    margin-top: 0px;
}

#content-left h4 {
    margin-bottom: 10px;
    text-decoration: underline;
    font-family: 'Raleway', sans-serif;
    color: #000;
}

#content-left ul {
    margin-bottom:15px;
}

#content-right {
    background-color: #c60000;
    padding: 15px;
}

#content-right h1 {
    font-size: 22px !important;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
    color: #fff;
}

#footer {
    padding: 20px;
    background-color: #c60000;
    border-top: 5px solid #c60000;
}
@media (max-width: 768px) {
.fpanel {
    margin-bottom:25px;
}
}

#footer h4 {
    color: #FFF;
    border-bottom: 1px solid #FFF;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}
#footer p {
    color:#FFF;
}

#footer ul {
    list-style: inside square;
    padding-left: 10px !important;
}

#footer li {
    color: #FFF;
    margin-bottom: 10px;
}

#footer iframe {
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#footer a {
    color: #fff;
}

input, textarea {
    width: 100%;
}

textarea {
    max-height: 100px;
}